home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Start.dir / 00001.ls next >
Encoding:
Text File  |  1998-02-21  |  373 b   |  16 lines

  1. on startMovie
  2. end
  3.  
  4. on prepareMovie
  5.   global idioma
  6.   if idioma = "french" then
  7.     set the fileName of castLib "idiomas" to the pathName & "french.cst"
  8.   else
  9.     if idioma = "deutch" then
  10.       set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
  11.     else
  12.       set the fileName of castLib "idiomas" to the pathName & "english.cst"
  13.     end if
  14.   end if
  15. end
  16.